#index-video {
	position: relative;
	width: 862px;
	height: 485px;
	background: black;
}

#sounds {
	color: #fff;
	font-size: 16px;
	position: absolute;
	z-index: 9;
	top: 9px;
	right: 9px;
	background: rgba(0,0,0,.3);
	padding: 2px 5px;
	cursor: pointer; 
}

#videos {
	width: 862px;
	height: 485px;
}

#videos video {
	width: 100%;
	height: 100%;
	object-fit:fill;
}

#videos .swiper-slide {
	position: relative;
	text-align: center;
}

#videos .swiper-slide .txt {
	color: #fff;
	position: absolute;
	bottom: 12px;
	right: 8px;
	font-size: 18px;
	line-height: 1.25;
	font-family: "Microsoft YaHei","Microsoft JhengHei","SimHei","Arial",sans-serif;
	z-index: 9;
}

#videos .swiper-slide .txt a {
	color: #fff;
	padding: 5px;
	background: rgba(0,0,0,.4);
}

#videos .swiper-pagination-bullets{
	left: 0;
}

#videos .swiper-pagination-bullet {
	width: 235px;
	height: auto;
	border-radius: 0;
	/*background: none;*/
	text-align: left;
	opacity:1;
	background: linear-gradient(90deg,rgba(165,0,130,.5),rgba(165,0,130,.2) 80%,rgba(0,0,0,0));
	padding:10px 21px 10px 9px
}

#videos .swiper-pagination-bullet ul {
	/*padding-inline-start: 15px;*/
	padding: 0 9px 0 20px;
}

#videos .swiper-pagination-bullet li {
	/*background: rgba(0, 0, 0, 0.2);*/
	list-style-type: disc;
	line-height: 1.2;
	font-size: 16px;
	color: #f9e8e8;
	padding: 0 5px 3px 0;
}

#videos .swiper-pagination-bullet a {
	text-decoration: none;
	color: #f9e8e8;
}


#videos .swiper-pagination-bullet-active li {
	color: #fff;
	font-size:18px;
	font-weight: bold;
}

#videos .swiper-pagination-bullet-active li a {
    color: #fff;
}